Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix 44239 #3040

Merged
merged 1 commit into from
Feb 1, 2022
Merged

fix 44239 #3040

merged 1 commit into from
Feb 1, 2022

Conversation

Cyan4973
Copy link
Contributor

@Cyan4973 Cyan4973 commented Jan 31, 2022

credit to oss-fuzz

This issue could happen when using the new Sequence Compression API in Explicit Delimiter Mode
with a too small dstCapacity.
In which case, in one place, the buffer size wasn't checked.

note : after this bug is fixed, the same oss-fuzz test still fails later on, but that's for a completely different reason, itself being fixed in #3036.

credit to oss-fuzz

This issue could happen when using the new Sequence Compression API in Explicit Delimiter Mode
with a too small dstCapacity.
In which case, there was one place where the buffer size wasn't checked.
@Cyan4973 Cyan4973 merged commit 529a587 into dev Feb 1, 2022
@Cyan4973 Cyan4973 deleted the fix44239 branch January 13, 2023 04:28
@Cyan4973 Cyan4973 mentioned this pull request Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants